home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / roadmap < prev   
Encoding:
Text File  |  1997-08-18  |  1.0 KB  |  28 lines  |  [TEXT/R*ch]

  1.  
  2. * Structure of the Moscow ML binary distribution:
  3.  
  4.   mosml/              README, install.txt
  5.        bin/           mosml, mosmlc, mosmllex, mosmlyac, camlrunm
  6.        copyrght/      copyright notices
  7.        doc/           manual.dvi, manual.txt, mosmlref.dvi, recomp.txt
  8.        examples/      a few pedagogical examples
  9.        lib/           bytecode files and compiled libraries and signatures
  10.        tools/         mosmldep, cutdeps, Makefile.stub
  11.        utility/       emacs mode for Moscow ML
  12.  
  13.  
  14. * Structure of the Moscow ML source distribution:
  15.  
  16.   mosml/src/ 
  17.        compiler/  sources for mosmlcmp, mosmllnk, mosmltop
  18.        config/    configuration for the runtime
  19.        launch/    scripts to start mosml and mosmlc
  20.        lex/       mosmllex sources
  21.        mosmllib/  library sources
  22.        mosmlyac/  yacc sources (C)
  23.        runtime/   sources for the modified Caml Light runtime system
  24.        test/      test cases for mosml
  25.        tools/     tools for recompiling Moscow ML
  26.        toolssrc/  sources for mosmldep and cutdeps, and for the 
  27.               MacOS compiler top-level (Smltope and Maine)
  28.